Add shift-clicking to extend the selection. (Roughly based on patch from
authorOwen Taylor <otaylor@redhat.com>
Sat, 3 Mar 2001 21:03:52 +0000 (21:03 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 3 Mar 2001 21:03:52 +0000 (21:03 +0000)
commita859fa13aff7c2ceb848847d58eedf2cfafef54c
tree9d597fa475ca374b8f417b9bc377b44246725317
parent8db8ee7455c9e7110c45ddf0bdce9d82cbc72c71
Add shift-clicking to extend the selection. (Roughly based on patch from

Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
to extend the selection. (Roughly based on patch
from Jay Cox, #50939)

* gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
to properly handle previous GDK_BUTTON_PRESS.
(Patch from Jay Cox, #50938)

* gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
'\0' back along with the deleted text. (#51148)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c